home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DTP / DTP_TEX / 2848F.ZIP / INPUTS2.ARC / REP10.DOC < prev    next >
Text File  |  1987-12-15  |  20KB  |  455 lines

  1. % REPORT DOCUMENT STYLE -- Released 9 June 1987
  2. %    for LaTeX version 2.09
  3. % Copyright (C) 1986 by Leslie Lamport
  4.  
  5. % PREPARING A FOREIGN LANGUAGE VERSION:
  6. %
  7. % This document style is for documents prepared in the English language.
  8. % To prepare a version for another language, various English words must
  9. % be replaced.  All the English words that required replacement are
  10. % indicated below, where we give the name of the command in which the
  11. % words appear, and the entire line containing the word(s), with the
  12. % actual words underlined.
  13. % \part:
  14. %       \huge\bf Part \thepart         %   THEN Print 'Part' and number
  15. %                ~~~~
  16. % \appendix:
  17. %   \def\@chapapp{Appendix}
  18. %                 ~~~~~~~~
  19.  
  20. %  ****************************************
  21. %  *               FONTS                  *
  22. %  ****************************************
  23. %
  24.  
  25. \lineskip 1pt            % \lineskip is 1pt for all font sizes.
  26. \normallineskip 1pt
  27. \def\baselinestretch{1}
  28.  
  29. % Each size-changing command \SIZE executes the command
  30. %        \@setsize\SIZE{BASELINESKIP}\FONTSIZE\@FONTSIZE
  31. % where:
  32. %   BASELINESKIP = Normal value of \baselineskip for that size.  (Actual 
  33. %                  value will be \baselinestretch * BASELINESKIP.)
  34. %
  35. %  \FONTSIZE     = Name of font-size command.  The currently available
  36. %                  (preloaded) font sizes are: \vpt (5pt), \vipt (6pt),
  37. %                  \viipt (etc.), \viiipt, \ixpt, \xpt, \xipt, \xiipt,
  38. %                  \xivpt, \xviipt, \xxpt, \xxvpt.
  39. %  \@FONTSIZE    = The same as the font-size command except with an
  40. %                  '@' in front---e.g., if \FONTSIZE = \xivpt then
  41. %                  \@FONTSIZE = \@xivpt.
  42. %
  43. % For reasons of efficiency that needn't concern the designer,
  44. % the document style defines \@normalsize instead of \normalsize .  This is
  45. % done only for \normalsize, not for any other size-changing commands.
  46.  
  47. \def\@normalsize{\@setsize\normalsize{12pt}\xpt\@xpt
  48. \abovedisplayskip 10pt plus2pt minus5pt%
  49. \belowdisplayskip \abovedisplayskip
  50. \abovedisplayshortskip  \z@ plus3pt%   
  51. \belowdisplayshortskip  6pt plus3pt minus3pt%
  52. \let\@listi\@listI}   % Setting of \@listi added 9 Jun 87
  53.  
  54. \def\small{\@setsize\small{11pt}\ixpt\@ixpt
  55. \abovedisplayskip 8.5pt plus 3pt minus 4pt%
  56. \belowdisplayskip \abovedisplayskip
  57. \abovedisplayshortskip \z@ plus2pt%
  58. \belowdisplayshortskip 4pt plus2pt minus 2pt
  59. \def\@listi{\topsep 4pt plus 2pt minus 2pt\parsep 2pt plus 1pt minus 1pt
  60. \itemsep \parsep}}
  61.  
  62. \def\footnotesize{\@setsize\footnotesize{9.5pt}\viiipt\@viiipt
  63. \abovedisplayskip 6pt plus 2pt minus 4pt%
  64. \belowdisplayskip \abovedisplayskip
  65. \abovedisplayshortskip \z@ plus 1pt%
  66. \belowdisplayshortskip 3pt plus 1pt minus 2pt
  67. \def\@listi{\topsep 3pt plus 1pt minus 1pt\parsep 2pt plus 1pt minus 1pt
  68. \itemsep \parsep}}
  69.  
  70. \def\scriptsize{\@setsize\scriptsize{8pt}\viipt\@viipt}
  71. \def\tiny{\@setsize\tiny{6pt}\vpt\@vpt}
  72. \def\large{\@setsize\large{14pt}\xiipt\@xiipt}
  73. \def\Large{\@setsize\Large{18pt}\xivpt\@xivpt}
  74. \def\LARGE{\@setsize\LARGE{22pt}\xviipt\@xviipt}
  75. \def\huge{\@setsize\huge{25pt}\xxpt\@xxpt}
  76. \def\Huge{\@setsize\Huge{30pt}\xxvpt\@xxvpt}
  77.  
  78. \normalsize  % Choose the normalsize font.
  79.  
  80.  
  81. %  ****************************************
  82. %  *            PAGE LAYOUT               *
  83. %  ****************************************
  84. %
  85. % All margin dimensions measured from a point one inch from top and side
  86. % of page.  
  87.  
  88. % SIDE MARGINS:
  89. \if@twoside                 % Values for two-sided printing:
  90.    \oddsidemargin 44pt      %   Left margin on odd-numbered pages.
  91.    \evensidemargin 82pt     %   Left margin on even-numbered pages.
  92.    \marginparwidth 107pt    %   Width of marginal notes.
  93. \else                       % Values for one-sided printing:
  94.    \oddsidemargin 63pt      %   Note that \oddsidemargin = \evensidemargin
  95.    \evensidemargin 63pt
  96.    \marginparwidth 90pt 
  97. \fi
  98. \marginparsep 11pt          % Horizontal space between outer margin and 
  99.                             % marginal note
  100.  
  101.  
  102. % VERTICAL SPACING:        
  103.                          % Top of page:
  104. \topmargin 27pt          %    Nominal distance from top of page to top of
  105.                          %    box containing running head.
  106. \headheight 12pt         %    Height of box containing running head.
  107. \headsep 25pt            %    Space between running head and text.
  108. % \topskip = 10pt        %    '\baselineskip' for first line of page.
  109.                          % Bottom of page:
  110. \footskip 30pt           %    Distance from baseline of box containing foot 
  111.                          %    to baseline of last line of text.
  112.  
  113.  
  114. % DIMENSION OF TEXT:
  115. % 24 Jun 86: changed to explicitly compute \textheight to avoid roundoff.
  116. % The value of the multiplier was calculated as the floor of the
  117. % old \textheight minus \topskip, divided by \baselineskip for \normalsize.
  118. % The old value of \textheight was 528pt.
  119. % \textheight is the height of text (including footnotes and figures, 
  120. % excluding running head and foot).
  121.  
  122. \textheight = 43\baselineskip
  123. \advance\textheight by \topskip
  124. \textwidth 345pt         % Width of text line.
  125.                          % For two-column mode: 
  126. \columnsep 10pt          %    Space between columns 
  127. \columnseprule 0pt       %    Width of rule between columns.
  128.  
  129. % A \raggedbottom command causes 'ragged bottom' pages: pages set to
  130. % natural height instead of being stretched to exactly \textheight.
  131.  
  132. % FOOTNOTES:
  133.  
  134. \footnotesep 6.65pt   % Height of strut placed at the beginning of every
  135.                       % footnote = height of normal \footnotesize strut,
  136.                       % so no extra space between footnotes.
  137.  
  138. \skip\footins 9pt plus 4pt minus 2pt  % Space between last line of text and 
  139.                                       % top of first footnote.
  140.  
  141. % FLOATS: (a float is something like a figure or table)
  142. %
  143. %  FOR FLOATS ON A TEXT PAGE:
  144. %
  145. %    ONE-COLUMN MODE OR SINGLE-COLUMN FLOATS IN TWO-COLUMN MODE:
  146. \floatsep 12pt plus 2pt minus 2pt        % Space between adjacent floats moved
  147.                                          % to top or bottom of text page.
  148. \textfloatsep 20pt plus 2pt minus 4pt    % Space between main text and floats
  149.                                          % at top or bottom of page.
  150. \intextsep 12pt plus 2pt minus 2pt       % Space between in-text figures and 
  151.                                          % text.
  152. \@maxsep 20pt                            % The maximum of \floatsep, 
  153.                                          % \textfloatsep and \intextsep (minus
  154.                                          % the stretch and shrink).
  155. %    TWO-COLUMN FLOATS IN TWO-COLUMN MODE:
  156. \dblfloatsep 12pt plus 2pt minus 2pt     % Same as \floatsep for double-column
  157.                                          % figures in two-column mode.
  158. \dbltextfloatsep 20pt plus 2pt minus 4pt % \textfloatsep for double-column 
  159.                                          % floats.
  160. \@dblmaxsep 20pt                         % The maximum of \dblfloatsep and 
  161.                                          % \dbltexfloatsep.
  162.  
  163. %  FOR FLOATS ON A SEPARATE FLOAT PAGE OR COLUMN:
  164. %    ONE-COLUMN MODE OR SINGLE-COLUMN FLOATS IN TWO-COLUMN MODE:
  165. \@fptop 0pt plus 1fil    % Stretch at top of float page/column. (Must be    
  166.                          % 0pt plus ...)                                    
  167. \@fpsep 8pt plus 2fil    % Space between floats on float page/column.       
  168. \@fpbot 0pt plus 1fil    % Stretch at bottom of float page/column. (Must be 
  169.                          % 0pt plus ... )                                   
  170.  
  171. %   DOUBLE-COLUMN FLOATS IN TWO-COLUMN MODE.
  172. \@dblfptop 0pt plus 1fil % Stretch at top of float page. (Must be 0pt plus ...)
  173. \@dblfpsep 8pt plus 2fil % Space between floats on float page.
  174. \@dblfpbot 0pt plus 1fil % Stretch at bottom of float page. (Must be 
  175.                          % 0pt plus ... )                                   
  176. % MARGINAL NOTES:
  177. %
  178. \marginparpush 5pt       % Minimum vertical separation between two marginal 
  179.                          % notes.
  180.  
  181.  
  182. %  ****************************************
  183. %  *           PARAGRAPHING               *
  184. %  ****************************************
  185. %
  186. \parskip 0pt plus 1pt              % Extra vertical space between paragraphs.
  187. \parindent 15pt                    % Width of paragraph indentation.
  188. %\topsep 8pt plus 2pt minus 4pt    % Extra vertical space, in addition to 
  189.                                    % \parskip, added above and below list and
  190.                                    % paragraphing environments.
  191. \partopsep 2pt plus 1pt minus 1pt  % Extra vertical space, in addition to 
  192.                                    % \parskip and \topsep, added when user
  193.                                    % leaves blank line before environment.
  194. %\itemsep 4pt plus 2pt minus 1pt   % Extra vertical space, in addition to
  195.                                    % \parskip, added between list items.
  196. % See \@listI for values of \topsep and \itemsep
  197. % (Change made 9 Jun 87)
  198.  
  199. % The following page-breaking penalties are defined
  200.  
  201. \@lowpenalty   51      % Produced by \nopagebreak[1] or \nolinebreak[1]
  202. \@medpenalty  151      % Produced by \nopagebreak[2] or \nolinebreak[2]
  203. \@highpenalty 301      % Produced by \nopagebreak[3] or \nolinebreak[3]
  204.  
  205. \@beginparpenalty -\@lowpenalty    % Before a list or paragraph environment.
  206. \@endparpenalty   -\@lowpenalty    % After a list or paragraph environment.
  207. \@itempenalty     -\@lowpenalty    % Between list items.
  208.  
  209. % \clubpenalty         % 'Club line'  at bottom of page.
  210. % \widowpenalty        % 'Widow line' at top of page.
  211. % \displaywidowpenalty % Math display widow line.
  212. % \predisplaypenalty   % Breaking before a math display.
  213. % \postdisplaypenalty  % Breaking after a math display.
  214. % \interlinepenalty    % Breaking at a line within a paragraph.
  215. % \brokenpenalty       % Breaking after a hyphenated line.
  216.  
  217.  
  218. %    ****************************************
  219. %    *        CHAPTERS AND SECTIONS         *
  220. %    ****************************************
  221. %
  222. %
  223.  
  224. \def\part{\cleardoublepage   % Starts new page.
  225.    \thispagestyle{plain}     % Page style of part page is 'plain'
  226.   \if@twocolumn              % IF two-column style
  227.      \onecolumn              %  THEN \onecolumn
  228.      \@tempswatrue           %       @tempswa := true
  229.     \else \@tempswafalse     %  ELSE @tempswa := false
  230.   \fi                        % FI
  231.   \hbox{}\vfil               % Add fil glue to center title  
  232.   \bgroup  \centering        % BEGIN centering
  233.   \secdef\@part\@spart}     
  234.  
  235.  
  236. \def\@part[#1]#2{\ifnum \c@secnumdepth >-2\relax  % IF secnumdepth > -2
  237.         \refstepcounter{part}                     %   THEN step part counter
  238.         \addcontentsline{toc}{part}{\thepart      %        add toc line
  239.         \hspace{1em}#1}\else                      %   ELSE add unnumbered line
  240.         \addcontentsline{toc}{part}{#1}\fi        % FI
  241.    \markboth{}{}
  242.     \ifnum \c@secnumdepth >-2\relax  % IF secnumdepth > -2
  243.       \huge\bf Part \thepart         %   THEN Print 'Part' and number
  244.     \par                             %         in \huge bold.
  245.     \vskip 20pt \fi                  %        Add space before title.
  246.     \Huge \bf                        % FI
  247.     #1\@endpart}                     % Print Title in \Huge bold.
  248.     
  249.     
  250. % \@endpart finishes the part page
  251. %
  252. \def\@endpart{\par\egroup     % END centering 
  253.    \vfil\newpage              % End page with 1fil glue.
  254.    \if@twoside                % IF twoside printing
  255.        \hbox{}                %   THEN Produce totally blank page
  256.        \thispagestyle{empty}  
  257.        \newpage        
  258.    \fi                        % FI
  259.    \if@tempswa                % IF @tempswa = true       
  260.      \twocolumn               %   THEN \twocolumn 
  261.    \fi}                       % FI
  262.  
  263. \def\@spart#1{\Huge \bf                      % Print title in \huge boldface
  264.    #1\@endpart}
  265.  
  266.  
  267.  
  268. % \@makechapterhead {TEXT} : Makes the heading for the \chapter command.
  269. %
  270.  
  271. \def\@makechapterhead#1{             % Heading for \chapter command
  272.   \vspace*{50pt}                     % Space at top of text page.
  273.   { \parindent 0pt \raggedright 
  274.     \ifnum \c@secnumdepth >\m@ne     % IF secnumdepth > -1 THEN
  275.       \huge\bf \@chapapp{} \thechapter % Print 'Chapter' and number.
  276.     \par 
  277.     \vskip 20pt \fi                    % Space between number and title.
  278.     \Huge \bf                        % Title.
  279.     #1\par 
  280.     \nobreak                         % TeX penalty to prevent page break.
  281.     \vskip 40pt                      % Space between title and text.
  282.   } }
  283.  
  284. % \@makeschapterhead {TEXT} : Makes the heading for the \chapter* command.
  285. %
  286.  
  287. \def\@makeschapterhead#1{             % Heading for \chapter* command
  288.   \vspace*{50pt}                     % Space at top of page.
  289.   { \parindent 0pt \raggedright 
  290.     \Huge \bf                        % Title.
  291.     #1\par 
  292.     \nobreak                         % TeX penalty to prevent page break.
  293.     \vskip 40pt                      % Space between title and text.
  294.   } }
  295.  
  296. % \secdef{UNSTARCMDS}{STARCMDS} :
  297. %    When defining a \chapter or \section command without using
  298. %    \@startsection, you can use \secdef as follows:
  299. %       \def\chapter { ... \secdef \CMDA \CMDB }
  300. %       \def\CMDA    [#1]#2{ ... }  % Command to define \chapter[...]{...}
  301. %       \def\CMDB    #1{ ... }      % Command to define \chapter*{...}
  302.  
  303. \def\chapter{\clearpage      % Starts new page.
  304.    \thispagestyle{plain}     % Page style of chapter page is 'plain'
  305.    \global\@topnum\z@        % Prevents figures from going at top of page.
  306.    \@afterindentfalse        % Suppresses indent in first paragraph.  Change
  307.    \secdef\@chapter\@schapter}   % to \@afterindenttrue to have indent.
  308.  
  309. \def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne
  310.         \refstepcounter{chapter}
  311.         \typeout{\@chapapp\space\thechapter.}
  312.         \addcontentsline{toc}{chapter}{\protect
  313.         \numberline{\thechapter}#1}\else
  314.       \addcontentsline{toc}{chapter}{#1}\fi
  315.    \chaptermark{#1}
  316.    \addtocontents{lof}{\protect\addvspace{10pt}} % Adds between-chapter space
  317.    \addtocontents{lot}{\protect\addvspace{10pt}} % to lists of figs & tables.
  318.    \if@twocolumn                                 % Tests for two-column mode.  
  319.            \@topnewpage[\@makechapterhead{#2}]  
  320.      \else \@makechapterhead{#2}
  321.            \@afterheading                  % Routine called after chapter and
  322.      \fi}                                  % section heading.
  323.  
  324. \def\@schapter#1{\if@twocolumn \@topnewpage[\@makeschapterhead{#1}]
  325.         \else \@makeschapterhead{#1} 
  326.               \@afterheading\fi}
  327.  
  328. % \@startsection {NAME}{LEVEL}{INDENT}{BEFORESKIP}{AFTERSKIP}{STYLE} 
  329. %            optional * [ALTHEADING]{HEADING}
  330. %    Generic command to start a section.  
  331. %    NAME       : e.g., 'subsection'
  332. %    LEVEL      : a number, denoting depth of section -- e.g., chapter=1,
  333. %                 section = 2, etc.  A section number will be printed if
  334. %                 and only if LEVEL < or = the value of the secnumdepth
  335. %                 counter.
  336. %    INDENT     : Indentation of heading from left margin
  337. %    BEFORESKIP : Absolute value = skip to leave above the heading.  
  338. %                 If negative, then paragraph indent of text following 
  339. %                 heading is suppressed.
  340. %    AFTERSKIP  : if positive, then skip to leave below heading,
  341. %                       else - skip to leave to right of run-in heading.
  342. %    STYLE      : commands to set style
  343. %  If '*' missing, then increments the counter.  If it is present, then
  344. %  there should be no [ALTHEADING] argument.  A sectioning command
  345. %  is normally defined to \@startsection + its first six arguments.
  346.  
  347. \def\section{\@startsection {section}{1}{\z@}{-3.5ex plus -1ex minus 
  348.     -.2ex}{2.3ex plus .2ex}{\Large\bf}}
  349. \def\subsection{\@startsection{subsection}{2}{\z@}{-3.25ex plus -1ex minus 
  350.    -.2ex}{1.5ex plus .2ex}{\large\bf}}
  351. \def\subsubsection{\@startsection{subsubsection}{3}{\z@}{-3.25ex plus
  352. -1ex minus -.2ex}{1.5ex plus .2ex}{\normalsize\bf}}
  353. \def\paragraph{\@startsection
  354.      {paragraph}{4}{\z@}{3.25ex plus 1ex minus .2ex}{-1em}{\normalsize\bf}}
  355. \def\subparagraph{\@startsection
  356.      {subparagraph}{4}{\parindent}{3.25ex plus 1ex minus 
  357.      .2ex}{-1em}{\normalsize\bf}}
  358.  
  359.  
  360. % Default initializations of \...mark commands.  (See below for their
  361. % us in defining page styles.
  362. %
  363.  
  364. \def\chaptermark#1{}
  365. % \def\sectionmark#1{}           % Preloaded definitions
  366. % \def\subsectionmark#1{}
  367. % \def\subsubsectionmark#1{}
  368. % \def\paragraphmark#1{}
  369. % \def\subparagraphmark#1{}
  370.  
  371. % The value of the counter secnumdepth gives the depth of the
  372. % highest-level sectioning command that is to produce section numbers.
  373. %
  374.  
  375. \setcounter{secnumdepth}{2}
  376.  
  377. % APPENDIX
  378. %
  379. % The \appendix command must do the following:
  380. %    -- reset the chapter counter to zero
  381. %    -- set \@chapapp to Appendix (for messages)
  382. %    -- redefine the chapter counter to produce appendix numbers
  383. %    -- reset the section counter to zero
  384. %    -- redefine the \chapter command if appendix titles and headings are
  385. %       to look different from chapter titles and headings.
  386.  
  387. \def\appendix{\par
  388.   \setcounter{chapter}{0}
  389.   \setcounter{section}{0}
  390.   \def\@chapapp{Appendix}
  391.   \def\thechapter{\Alph{chapter}}}
  392.  
  393.  
  394. %    ****************************************
  395. %    *                LISTS                 *
  396. %    ****************************************
  397. %
  398.  
  399. % The following commands are used to set the default values for the list
  400. % environment's parameters. See the LaTeX manual for an explanation of
  401. % the meanings of the parameters.  Defaults for the list environment are
  402. % set as follows.  First, \rightmargin, \listparindent and \itemindent
  403. % are set to 0pt.  Then, for a Kth level list, the command \@listK is
  404. % called, where 'K' denotes 'i', 'ii', ... , 'vi'.  (I.e., \@listiii is
  405. % called for a third-level list.)  By convention, \@listK should set
  406. % \leftmargin to \leftmarginK.
  407. %
  408. % For efficiency, level-one list's values are defined at top level, and
  409. % \@listi is defined to set only \leftmargin.
  410.  
  411. \leftmargini 25pt
  412. \leftmarginii 22pt     % > \labelsep + width of '(m)'
  413. \leftmarginiii 18.7pt  % > \labelsep + width of 'vii.'
  414. \leftmarginiv 17pt     % > \labelsep + width of 'M.'
  415. \leftmarginv 10pt
  416. \leftmarginvi 10pt
  417.  
  418. \leftmargin\leftmargini
  419. \labelsep 5pt
  420. \labelwidth\leftmargini\advance\labelwidth-\labelsep
  421. %\parsep 4pt plus 2pt minus 1pt (Removed 9 Jun 87)
  422.  
  423. % \@listI defines top level and \@listi values of
  424. % \leftmargin, \topsep, \parsep, and \itemsep
  425. % (Added 9 Jun 87)
  426. \def\@listI{\leftmargin\leftmargini \parsep 4pt plus 2pt minus 1pt%
  427. \topsep 8pt plus 2pt minus 4pt%
  428. \itemsep 4pt plus 2pt minus 1pt}
  429.  
  430. \let\@listi\@listI
  431. \@listi 
  432.  
  433. \def\@listii{\leftmargin\leftmarginii
  434.    \labelwidth\leftmarginii\advance\labelwidth-\labelsep
  435.    \topsep 4pt plus 2pt minus 1pt
  436.    \parsep 2pt plus 1pt minus 1pt
  437.    \itemsep \parsep}
  438.  
  439. \def\@listiii{\leftmargin\leftmarginiii
  440.     \labelwidth\leftmarginiii\advance\labelwidth-\labelsep
  441.     \topsep 2pt plus 1pt minus 1pt 
  442.     \parsep \z@ \partopsep 1pt plus 0pt minus 1pt
  443.     \itemsep \topsep}
  444.  
  445. \def\@listiv{\leftmargin\leftmarginiv
  446.      \labelwidth\leftmarginiv\advance\labelwidth-\labelsep}
  447.  
  448. \def\@listv{\leftmargin\leftmarginv
  449.      \labelwidth\leftmarginv\advance\labelwidth-\labelsep}
  450.  
  451. \def\@listvi{\leftmargin\leftmarginvi
  452.      \labelwidth\leftmarginvi\advance\labelwidth-\labelsep}
  453.  
  454.